home *** CD-ROM | disk | FTP | other *** search
- from PSPApp import *
-
- def ScriptProperties():
- return {
- 'Author': u'Corel Corporation',
- 'Copyright': u'Copyright (c) 2003-2004 Corel Corporation All rights reserved.',
- 'Description': u'',
- 'Host': u'Paint Shop Pro',
- 'Host Version': u'8.10'
- }
-
- def Preset_Lights():
- return {
- 'SelButton': 4,
- 'Darkness': 85,
- 'Lights': ((App.Constants.Boolean.true,(255,0,0),(-70,-70,10,500,28,30,40,135)),(App.Constants.Boolean.true
- ,(0,255,0),(70,-70,10,500,28,30,40,225)),(App.Constants.Boolean.true,(255,0,0),(69,69,10,500
- ,28,30,40,315)),(App.Constants.Boolean.true,(0,255,0),(-70,69,10,500,28,30,40,45)),(App.Constants.Boolean.true
- ,(200,200,200),(0,0,10,500,28,45,0,200)))
- }
-
- def Do(Environment):
- # Lights
- App.Do( Environment, 'Lights', Preset_Lights())
-
-